Class symantec.itools.db.beans.binding.SingleRowBDSSupportBeanInfo
All Packages Class Hierarchy This Package Previous Next Index
Class symantec.itools.db.beans.binding.SingleRowBDSSupportBeanInfo
Object
|
+----SimpleBeanInfo
|
+----symantec.itools.db.beans.binding.SingleRowBDSSupportBeanInfo
- public class SingleRowBDSSupportBeanInfo
- extends SimpleBeanInfo
The BeanInfo class for the SingleRowBDSSupport bean
- Version:
- 1.0 06/08/98
- Author:
- Hristo Tonev
-
symantec.itools.db.beans.binding.SingleRowBDSSupportBeanInfo()
-
-
getAdditionalBeanInfo()
- This method allows a BeanInfo object to return an arbitrary collection
of other BeanInfo objects that provide additional information on the
current bean.
-
getBeanDescriptor()
-
-
getDefaultPropertyIndex()
- A bean may have a "default" property that is the property that will
mostly commonly be initially chosen for update by human's who are
customizing the bean.
-
getPropertyDescriptors()
-
SingleRowBDSSupportBeanInfo
public SingleRowBDSSupportBeanInfo()
getAdditionalBeanInfo
public java.beans.BeanInfo[] getAdditionalBeanInfo()
- This method allows a BeanInfo object to return an arbitrary collection
of other BeanInfo objects that provide additional information on the
current bean.
If there are conflicts or overlaps between the information provided
by different BeanInfo objects, then the current BeanInfo takes precedence
over the getAdditionalBeanInfo objects, and later elements in the array
take precedence over earlier ones.
- Returns:
- an array of BeanInfo objects. May return null.
- Overrides:
- getAdditionalBeanInfo in class SimpleBeanInfo
getBeanDescriptor
public java.beans.BeanDescriptor getBeanDescriptor()
-
- Returns:
- A BeanDescriptor providing overall information about
the bean, such as its displayName, its customizer, etc. May
return null if the information should be obtained by automatic
analysis.
- Overrides:
- getBeanDescriptor in class SimpleBeanInfo
getDefaultPropertyIndex
public int getDefaultPropertyIndex()
- A bean may have a "default" property that is the property that will
mostly commonly be initially chosen for update by human's who are
customizing the bean.
- Returns:
- Index of default property in the PropertyDescriptor array
returned by getPropertyDescriptors.
Returns -1 if there is no default property.
- Overrides:
- getDefaultPropertyIndex in class SimpleBeanInfo
getPropertyDescriptors
public java.beans.PropertyDescriptor[] getPropertyDescriptors()
-
- Returns:
- An array of PropertyDescriptors describing the editable
properties supported by this bean. May return null if the
information should be obtained by automatic analysis.
If a property is indexed, then its entry in the result array will
belong to the IndexedPropertyDescriptor subclass of PropertyDescriptor.
A client of getPropertyDescriptors can use "instanceof" to check
if a given PropertyDescriptor is an IndexedPropertyDescriptor.
- Overrides:
- getPropertyDescriptors in class SimpleBeanInfo
All Packages Class Hierarchy This Package Previous Next Index